OnAddRange Method (CollectionBase<T>)
Performs additional custom processes before inserting a new element array into the
System.Collections.CollectionBase instance.
protected virtual void OnAddRange(
object[]
)
'Declaration
Protected Overridable Sub OnAddRange( _
ByVal () As Object _
)
'Usage
Dim instance As CollectionBase(Of T)
Dim value() As Object
instance.OnAddRange(value)
Parameters
- value
- The new value of the element array.